net/http.transferWriter.ByteReadCh (field)

6 uses

	net/http (current package)
		transfer.go#L75: 	ByteReadCh   chan readResult // non-nil if probeRequestBody called
		transfer.go#L209: 	t.ByteReadCh = make(chan readResult, 1)
		transfer.go#L217: 		t.ByteReadCh <- rres
		transfer.go#L218: 		close(t.ByteReadCh)
		transfer.go#L222: 	case rres := <-t.ByteReadCh:
		transfer.go#L1082: 	rres := <-fr.tw.ByteReadCh